'Declaration
Public Function GetPageThumbnail_2( _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByVal Alpha As Byte, _ ByVal FitToPageSize As Boolean _ ) As Integer
public int GetPageThumbnail_2( int Width, int Height, byte Red, byte Green, byte Blue, byte Alpha, bool FitToPageSize )
public function GetPageThumbnail_2( Width: Integer; Height: Integer; Red: Byte; Green: Byte; Blue: Byte; Alpha: Byte; FitToPageSize: Boolean ): Integer;
public function GetPageThumbnail_2( Width : int, Height : int, Red : byte, Green : byte, Blue : byte, Alpha : byte, FitToPageSize : boolean ) : int;
Parameters
- Width
- Height
- Red
- Green
- Blue
- Alpha
- FitToPageSize